CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 四阶 龙格 库塔

搜索资源列表

  1. c

    0下载:
  2. c语言求解四阶龙格库塔法的算法源代码,例子:某一地区的病菌传染,三种人员的人数的状态方程,即可能受传染的人数x1,已被传染的病的人数x2,及已治愈的人数x3,并假设他们是因接触而传染。-c language for solving fourth-order Runge-Kutta method algorithm source code, example: a certain area of the bacteria infection, the number three state equat
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:4144
    • 提供者:邢庆河
  1. p2

    0下载:
  2. c语言实现定步长四阶龙格-库塔,可以自己对函数进行修改,希望大家喜欢-c language to achieve fourth-order fixed-step Runge- Kutta, can be modified to function, I hope you like
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:282241
    • 提供者:wk
  1. Runge-Kutta

    0下载:
  2. 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:166151
    • 提供者:王飞
  1. chaos-simulate

    0下载:
  2. Flash制作的混沌仿真程序,用四阶龙格库塔算法画出了洛伦兹吸引子,动态显示-Chaos Flash simulation program produced by fourth-order Runge-Kutta algorithm to draw the Lorenz attractor, dynamic display
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:158761
    • 提供者:ZhangTie
  1. rkc

    0下载:
  2. 四阶龙格库塔方法的c++语言编程,可以求解精度较高。-Fourth-order Runge-Kutta methods c++ language programming, you can solve the high accuracy.
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2682
    • 提供者:liu
  1. weifenfangcheng

    0下载:
  2. 求解微分方程,这个压缩包里包括了:1. 欧拉公式2. 休恩公式3.四阶龙格-库塔公式三种方法-matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:11712
    • 提供者:伊水冰蓝
  1. shishidanbai

    0下载:
  2. 单摆实时仿真软件是利用混合语言编程方法实现的实时仿真软件,仿真算法是四阶龙格库塔法,定时器使用与PC兼容的8253中的0通道,实时主要利用了与PC兼容的主片8259A中IR0的日时钟中断,使用BC3.0进行混合语言编译,产生的代码存放路径必须有EGAVGA.BGI图形驱动程序,该程序具有简单的人机交互界面,适合研究生计算机仿真课程的教学使用。-Real-time simulation software is a simple pendulum using mixed-language progr
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:13738
    • 提供者:赵文龙
  1. RUNGE_KUTTA_ORDER4_ALGORITHM

    0下载:
  2. 四阶龙格库塔法的Mathematica的代码,代码透明,方便用户修改。-Fourth-order Runge-Kutta method of the Mathematica code, code transparency, user-friendly changes.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1086
    • 提供者:he
  1. rk4

    0下载:
  2. 四阶龙格库塔算法解微分方程,给出初始值,设定步长,解出运动方程。-fourth order runge-kutta method for differential equations.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:757
    • 提供者:程序员
  1. vc

    1下载:
  2. 用VB实现四阶龙格库塔法的程序,这个程序很好的完成了其算法的精髓-Using VB to achieve fourth-order Runge-Kutta method of procedure, this procedure done well the essence of the algorithm
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:11224
    • 提供者:郑龙  
  1. 35

    0下载:
  2. 四级四阶龙格库塔格式,求解微分方程的好算法。-Four fourth-order Runge-Kutta format, a good algorithm for solving differential equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:613655
    • 提供者:Bob
  1. lq

    0下载:
  2. 所编子程序为标准四阶龙格库塔解常微分方程的程序,可以不作修改直接使用。再则,主程序当中用一个方程验证其正确性,并可以输出函数的一阶导。-Subroutine, compiled by a standard fourth order Runge-Kutta ordinary differential equation solution procedure can be used directly without modification. Furthermore, the main program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:630
    • 提供者:lq
  1. calculation

    0下载:
  2. 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:489888
    • 提供者:siengk
  1. eularjiefangcheng

    0下载:
  2. 欧拉法解常微分方程,并与四阶龙格库塔法比较-Euler method for solving ordinary differential equations, and fourth-order Runge-Kutta method with the comparison
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:658
    • 提供者:mary
  1. hanming

    0下载:
  2. 利用常用四阶龙格-库塔公式求初值,再利用汉明公式、米尔恩公式和改进的四阶亚当斯隐式公式及常用的四阶龙格-库塔公式求解其余的数值解求解常微分方程初值问题,并计算它与精确解的误差-Use of commonly used fourth order Runge- Kutta initial value to the Formula, and then use the Hamming formula, Milne formula and improved fourth-order implicit Ad
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:6702
    • 提供者:honghong
  1. longjie

    0下载:
  2. 利用常用的四阶龙格-库塔公式求初值再分别利用米尔恩公式和改进的亚当斯方法及常用的四阶龙格-库塔公式求解其余的数值解,并计算它们与精确解的误差-By use of Runge- Kutta formula and then find the initial value, respectively, and improved the formula by Milne Adams methods and commonly used Runge- Kutta formula to solve the r
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8058
    • 提供者:honghong
  1. Fourth-order-dragon-Kutta

    0下载:
  2. 文介绍了利用四阶龙格-库塔法解微分方程的姿态解算方法,并以典型圆锥运动作为输入,检验了算法的可靠性。-The article introduced the use fourth-order dragon standard- Kutta law solution differential equation s posture resolving method, and takes the input by the typical conical motion, examined the algor
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:121221
    • 提供者:吴杰
  1. sijielongge

    0下载:
  2. 是c语言编程,数值计算方法,四阶龙格—库塔编程。-Is the c language programming, numerical methods, Runge- Kutta programming.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:280685
    • 提供者:郭龙
  1. Two-variables-Runge-Kutta-method

    0下载:
  2. 用四阶龙格库塔解含有两个未知数的两元微分方程,本程序用c++编写-Fourth-order Two variables Runge-Kutta method function
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2568
    • 提供者:杨茜
  1. r-k

    0下载:
  2. 利用四阶龙格-库塔方法来求解Van der Pol 方程-Using fourth-order Runge- Kutta method to solve the Van der Pol equation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:616320
    • 提供者:
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com